SHOW FULL COLUMNS FROM `thinkphp_book_data` [ RunTime:0.001430s ]
SELECT COUNT(*) AS think_count FROM `thinkphp_book_data` WHERE `douban_author` LIKE '%杰拉尔德%' AND `status` = 1 LIMIT 1 [ RunTime:0.553519s ]
SELECT `id`,`uid`,`title`,`thumb`,`zuozhe`,`create_time` FROM `thinkphp_book_data` WHERE `douban_author` LIKE '%杰拉尔德%' AND `status` = 1 ORDER BY `id` DESC LIMIT 0,35 [ RunTime:0.415550s ]
SHOW FULL COLUMNS FROM `thinkphp_category` [ RunTime:0.001599s ]
SELECT * FROM `thinkphp_category` WHERE `pid` IN (1,10) [ RunTime:0.001068s ]
SHOW FULL COLUMNS FROM `thinkphp_search` [ RunTime:0.000990s ]
SELECT `id`,`title`,`onsearch` FROM `thinkphp_search` WHERE `status` = 1 ORDER BY `onsearch` DESC LIMIT 100 [ RunTime:0.023343s ]